Skip to content

chore: Configure Renovate #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ffurrer2-renovate[bot]
Copy link

@ffurrer2-renovate ffurrer2-renovate bot commented Mar 30, 2025

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/licensed.yml (github-actions)
  • .github/workflows/markdownlint.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • .github/workflows/versioning.yml (github-actions)
  • .github/workflows/yamllint.yml (github-actions)
  • .node-version (nodenv)
  • package.json (npm)
  • .github/renovate.json5 (renovate-config-presets)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Pin Docker digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.
  • Separate major versions of dependencies into individual branches/PRs.
  • Do not separate patch and minor upgrades into separate PRs for the same dependency.
  • Upgrade to unstable versions only if the existing version is unstable.
  • Raise PRs immediately (after branch is created).
  • Removes rate limit for PR creation per hour.
  • Remove limit for open PRs at any time.
  • Use semantic prefixes for commit messages and PR titles.
  • Rebase existing PRs any time the base branch has been updated.
  • Do not upgrade from Alpine stable to edge.
  • Convert pinned GitHub Action digests to SemVer.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .github/renovate.json5 in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 11 Pull Requests:

chore(deps): pin dependencies
chore(deps): update ffurrer2/shared-workflows digest to 4d9231b
  • Schedule: ["at any time"]
  • Branch name: renovate/ffurrer2-shared-workflows-digest
  • Merge into: main
  • Upgrade ffurrer2/shared-workflows to 4d9231b37b6f0880a941b50c1422f0311d84d8dd
chore(deps): update dependency @​eslint/compat to ^1.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-compat-1.x
  • Merge into: main
  • Upgrade @eslint/compat to ^1.3.1
chore(deps): update dependency @​rollup/rollup-linux-x64-gnu to v4.45.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile
  • Merge into: main
  • Upgrade @rollup/rollup-linux-x64-gnu to 4.45.1
chore(deps): update dependency prettier to ^3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: main
  • Upgrade prettier to ^3.6.2
chore(deps): update node.js to v20.19.4
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to 20.19.4
chore(deps): update ruby/setup-ruby action to v1.247.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github-actions
  • Merge into: main
  • Upgrade ruby/setup-ruby to 472790540115ce5bd69d399a020189a8c87d641f
chore(deps): update dependency @​github/local-action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/github-local-action-5.x
  • Merge into: main
  • Upgrade @github/local-action to ^5.0.0
chore(deps): update dependency eslint-plugin-jest to v29
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-29.x
  • Merge into: main
  • Upgrade eslint-plugin-jest to ^29.0.0
chore(deps): update jest monorepo to v30 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: main
  • Upgrade @jest/globals to ^30.0.0
  • Upgrade jest to ^30.0.0
chore(deps): update node.js to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x
  • Merge into: main
  • Upgrade node to 22.17.1

❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot.

@ffurrer2-renovate ffurrer2-renovate bot added dependencies Pull requests that update a dependency file renovate Pull requests of Renovate labels Mar 30, 2025
@ffurrer2-renovate ffurrer2-renovate bot requested a review from ffurrer2 as a code owner March 30, 2025 16:45
renovate.json5 Outdated
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>ffurrer2/renovate-config//default.json5"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"local>ffurrer2/renovate-config//default.json5"
"local>ffurrer2/renovate-config//default.json5",

renovate.json5 Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file could be moved into .github folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate Pull requests of Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant